Dart.Ssh Namespace > SessionStream Class > Write Method : Write(Byte[],Int32,Int32,Object) Method |
'Declaration Public Overloads Sub Write( _ ByRef buffer() As Byte, _ ByVal offset As Integer, _ ByVal count As Integer, _ ByVal notUsed As Object _ )
'Usage Dim instance As SessionStream Dim buffer() As Byte Dim offset As Integer Dim count As Integer Dim notUsed As Object instance.Write(buffer, offset, count, notUsed)